home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / C / GCC / V2-4-5 / GCCEXT / Virtual / Bits / gcc / cc / hellow
Text File  |  1993-07-06  |  74b  |  6 lines

  1. #include <iostream.h>
  2.  
  3. int main()
  4. {
  5.     cout << "Hello Archimedes World\n";
  6. }